home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Database
/
RandomTableView
/
TableViewController.h
< prev
next >
Wrap
Text File
|
1994-02-04
|
146b
|
13 lines
#import <appkit/appkit.h>
@interface TableViewController:Object
{
id window;
id theDataSource;
id tableView;
}
- setUpTableView;
@end